home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / digrow.dxr / 00063_Script_63 < prev    next >
Text File  |  1998-10-22  |  240b  |  10 lines

  1. on mouseDown me
  2.   global lastpic
  3.   set lastpic = the castnum of sprite the spritenum of me
  4.   put the name of member lastpic
  5.   put the loc of sprite the spritenum of me
  6.   set the member of sprite the spritenum of me = "cross"
  7. end
  8.  
  9.  
  10.